/* Slideshow container */
.slideshow-container {
  position: relative;
  color: #850085;
  font-size: large;
  width: 50%;
  margin: auto;
  display: float;
  list-style: square;
}

/* Slides */
.mySlides {
  position: relative;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  min-height: 69px;
  border: 1px double black;
  border-radius: 15px;
  background-color: #d5b68e31;
  background-size: contain;
}

/* Add a blue color to the author */
.author {color: cornflowerblue;}